DioDocs for PDF
SizeOf<T>(T[]) メソッド

GrapeCity.Documents.DX.Windows アセンブリ > GrapeCity.Documents.DX 名前空間 > DXUtil クラス > SizeOf メソッド : SizeOf<T>(T[]) メソッド
A struct.
The array of struct to evaluate.
Return the sizeof an array of struct. Equivalent to sizeof operator but works on generics too.
シンタックス
'宣言
 
Public Overloads Shared Function SizeOf(Of T As {New, Struct})( _
   ByVal array() As T _
) As System.Integer
public static System.int SizeOf<T>( 
   T[] array
)
where T: new(), struct

パラメータ

array
The array of struct to evaluate.

型パラメータ

T
A struct.

戻り値の型

Size in bytes of this array of struct.
参照

DXUtil クラス
DXUtil メンバ
オーバーロード一覧